(display-time-24hr-format): Make it a user option.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jun 1993 19:20:16 +0000 (19:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jun 1993 19:20:16 +0000 (19:20 +0000)
lisp/time.el

index a1827f644a5bfed6bcfb30384b42b9ae25dd5594..eaab09e1934bd1e51cb5d126c5585b8d8b026cf7 100644 (file)
@@ -41,7 +41,7 @@ Default is system-dependent, and is the same as used by Rmail.")
   "*Seconds between updates of time in the mode line.")
 
 (defvar display-time-24hr-format nil
-  "Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23.
+  "*Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23.
 Nil means 1 <= hh <= 12, and an AM/PM suffix is used.")
 
 (defvar display-time-string nil)